target-cpu-macro 0.1.3

A procedural macro for conditional compilation based on the CPU being targeted
Documentation

A crate used to query the current target CPU for a crate.

Provides macros for fetching the target CPU name, and custom attributes that can be used to conditionally enable code based on that CPU.

Uses the crate target-cpu-fetch to drive the logic.